CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Shared memory

搜索资源列表

  1. synchronized

    0下载:
  2. 本pdf主要讲了几个在linux环境下利用共享内存进行进程同步的程序-the main speakers in a few linux environment using shared memory process synchronization procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:92665
    • 提供者:叶人杰
  1. Csharedmemory

    1下载:
  2. 这是一个用来开发使用共享内存的源码 使用这个包装类可以方便的开发出基于共享内存的应用-This is a development to the use of shared memory to use this source category convenient packaging developed based on the sharing Application Memory
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1651
    • 提供者:infinite8
  1. TestMem

    0下载:
  2. C#下内存共享的测试例子,在大容量的数据高效交换使用。-shared memory under test case, the large capacity of data exchange and efficient use.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:39702
    • 提供者:刘永战
  1. share_mem

    0下载:
  2. 一个基于HP机器的共享内存的实现, 很使用,大型系统,资料管理非常有用,只要将资料用sql语句配置好,装载共享内存即可,是一个已经在用的大型系统的共享内存程序,非常有价值.-an HP machines based on the achievement of shared memory, the use of very large systems, information management is very useful. As long as the information is use
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:39935
    • 提供者:young0401
  1. tercomm

    0下载:
  2. 进程间共享内存通讯,采用两对缓冲区收发数据。-processes shared memory communications, using two pairs of sending and receiving data buffer.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32489
    • 提供者:zhang3f
  1. XWPE

    0下载:
  2. 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because
  3. 所属分类:钩子与API截获

    • 发布日期:2014-01-14
    • 文件大小:389550
    • 提供者:song
  1. ACE-5.5.tar

    0下载:
  2. ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework),在其中实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可复用C++ Wrapper Facade(包装外观)和框架组件,可跨越多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,-Adaptive Comm
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:11247155
    • 提供者:everest
  1. shm_cache

    0下载:
  2. 朋友的作品,linux下的结构化共享内存,数据结构的设计比较巧妙,学习共享内存和数据结构可参考-friend works, linux under the structure of shared memory, data structures rather clever design. Learning shared memory and data structures can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5563
    • 提供者:江健
  1. SharedDll

    0下载:
  2. 这个程序是我尝试使用dll共享内存段的代码。当多个程序调用dll时,dll中会产生一块所有程序可以访问的内存块,可用于用于进程通信和控制。-this procedure is to try to use the shared memory of the dll code. When the number of procedures called dll, dll will have an all procedures can access blocks of memory, process ca
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9357
    • 提供者:姚秋林
  1. ShareMem1232

    0下载:
  2. 此程序是实现两个程序间通过共享内存进行数据交换-this procedure is endorsed by the two procedures shared memory data exchange
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:78587
    • 提供者:yuan
  1. vcfilemapping

    0下载:
  2. windows共享内存示例,演示了进程间共享内存的实现过程,通过测试和使用-windows shared memory example, demonstrated the process of shared memory between the realization process, testing and use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29529
    • 提供者:张玉
  1. libshd

    0下载:
  2. SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:54985
    • 提供者:yangthui
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6759
    • 提供者:王晓鹏
  1. SCommunicte

    0下载:
  2. 线程间的通信通常采用共享全局变量,共享存储区来实现.本例介绍了使用共享存储区和自定义消息实现线程间的通信功能-communication between threads is usually used to share global variables. shared memory area to be achieved. The cases of the use of shared storage area and Message realization of the threads Comm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38261
    • 提供者:李宇亮
  1. 123add

    0下载:
  2. 共享内存设置和访问 -shared memory setup and the visit of shared memory setup and the visit of shared memory setup and the visit
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1314
    • 提供者:caori
  1. xxjyjy1

    0下载:
  2. linux下共享内存机制的实现1-under the shared memory mechanism to achieve a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3108
    • 提供者:小型机
  1. xxjyjy2

    0下载:
  2. linux下共享内存机制的实现2 客户端-under the shared memory mechanism to achieve two client
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3138
    • 提供者:小型机
  1. 《共享内存》源代码

    0下载:
  2. c++源码 《共享内存》源代码.zip-"shared memory" source code. Zip
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4181
    • 提供者:陈利民
  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2821
    • 提供者:李明
  1. process

    0下载:
  2. 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:934625
    • 提供者:jiaomingliang
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com